Objects Reference

directX::get_message

Prototype

mp_msg *get_message(DWORD *size)

Parameters

Parameter Type Description
size DWORD * pointer to a DWROD to receive message size

Return Value

Returns the message pointer.

Remarks

This function retrieves the first message in the application message queue. The size parameter will be filled with the actual size of the message.